*{
    box-sizing: border-box;
  }
  
  /* Navbar container */
  .navbar {
    overflow: hidden;
    background-color: red;
    font-family: Arial;
  }
  
  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 35px 20px;
    text-decoration: none;
  }
  
  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
  }
  
  /* Dropdown button */
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 35px 20px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
  }
  
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: blue;
  }
  
  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 14px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  #map{
  margin-left: 1070px;
  }
  
  .logo{
    float: right;
    margin: 10px ;
  }

  .greek_switch{
    text-align: right;
    margin: 7px 0;
    margin-right: 46px;
    }
    
    .greek_switch a {
      text-decoration: none;
      color: blue;
      border-bottom: 3px rgb(35, 201, 223) double;
      transition: all 1s ease-in-out ;
    }
    
    @keyframes bounce {
      0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
      }
    
      40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
      }
    
      80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
      }
    }
    
    
    .greek_switch:hover {
      animation: bounce 1s;
    }
    



.tag{
  font-size: 25px;
  color: black;
}

.tag:hover {
  color: red;
}

h2{
  text-align: center;
  padding: 30px 0;
  border-top: 1px grey outset ;;
  border-bottom: 1px grey outset ;
  color: black;
  font-size: 30px ;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}



h3{
  text-align: center;
  color: black;
  font-size: 20px ;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


p{
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}


#end{
  border-top: 1px grey outset ;
  text-align: center ;
  color: rgb(65, 62, 62)
  }
  
  #end a{
  font-size: 18.5px ;
  font-weight: bold;
  color:rgb(65, 62, 62);
  }
  
  #end a:hover{
  color: black;
  }









  